home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / mmenu.dir / Internal_33.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  196 b   |  10 lines

  1. on gr
  2.   if rollOver(6) then
  3.     set the visible of sprite 6 to 1
  4.     set the visible of sprite 8 to 1
  5.   else
  6.     set the visible of sprite 6 to 0
  7.     set the visible of sprite 8 to 0
  8.   end if
  9. end
  10.